_ar_scripts_with_tilde
authorMatthias Klose <doko@debian.org>
Sun, 1 Feb 2026 09:59:08 +0000 (10:59 +0100)
committerMatthias Klose <doko@debian.org>
Sun, 1 Feb 2026 09:59:08 +0000 (10:59 +0100)
Gbp-Pq: Name 157_ar_scripts_with_tilde.patch

binutils/arlex.l

index 1005aabfcedfa1af3f35ea9c2833377a75fec2fe..b6f068bc7cfd8a4a5f05d05ed2de3db05ac02990 100644 (file)
@@ -78,7 +78,7 @@ int linenumber;
 "("             { return '('; }
 ")"             { return ')'; }
 ","             { return ','; }
-[A-Za-z0-9/\\$:.\-\_\+]+  {
+[A-Za-z0-9/\\$:.\-\_\+~]+  {
                yylval.name =  xstrdup (yytext);
                return FILENAME;
                }